home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_2 / PlaceObject2_29_13 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  174 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.porte.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.compteur_clef_porte")
  5.       {
  6.          nextFrame();
  7.       }
  8.    }
  9. }
  10.